@font-face {
  font-family: "DIN Pro Regular";
  src: url(/wp-content/themes/lc-blank-master/fonts/LabGrotesque.eot);
  src: url(/wp-content/themes/lc-blank-master/fonts/LabGrotesque.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/lc-blank-master/fonts/LabGrotesque.woff) format("woff"), url(/wp-content/themes/lc-blank-master/fonts/LabGrotesque.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro Medium";
  src: url(/wp-content/themes/lc-blank-master/fonts/LabGrotesque-Medium.eot);
  src: url(/wp-content/themes/lc-blank-master/fonts/LabGrotesque-Medium.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/lc-blank-master/fonts/LabGrotesque-Medium.woff) format("woff"), url(/wp-content/themes/lc-blank-master/fonts/LabGrotesque-Medium.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro Bold";
  src: url(/wp-content/themes/lc-blank-master/fonts/LabGrotesque-Bold.eot);
  src: url(/wp-content/themes/lc-blank-master/fonts/LabGrotesque-Bold.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/lc-blank-master/fonts/LabGrotesque-Bold.woff) format("woff"), url(/wp-content/themes/lc-blank-master/fonts/LabGrotesque-Bold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
*,
::after,
::before {
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font: 18px/130% "DIN Pro Regular", sans-serif;
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  margin: 0;
  transition: 0.6s;
  color: rgba(0, 0, 0, 0.6);
}
body.lock {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
p a{
	border-bottom: 1px solid #000;
	transition: all .3s linear;
}
p a:hover{
	
	border-bottom: 1px solid transparent;
}
img {
  vertical-align: top;
}
li,
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
div.asl_m{
	z-index: 1 !important;
}
.input-title{
  display: none;
}
#contact-socials{
  display: none;
}
button {
  font: 18px "DIN Pro Regular", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: 0 0;
  color: inherit;
  outline: 0;
  cursor: pointer;
}
input {
  outline: 0;
}
.wrapp-button-on-top{
	position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 2;
    cursor: pointer;
}
.img-top-button{
	width: 50px;
}
.grecaptcha-badge{
	display: none !important;
}
.wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hidden-block-prof-main{
	margin-top: 32px;
	display: none;
}
.button-main-mobil{
	margin-top: 30px;
    justify-content: center;
    display: none;
}
.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.policy__inner h1{
	font-size: 32px;
	color: #000;
	font-weight: 700;
	text-align: center;
	display: block;
	margin: 20px auto 20px auto;
}
.container {
  width: 1360px;
  margin: 0 auto;
}
.section-padding {
  padding: 70px 0;
}
.button {
  background: #2ca147;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-family: "DIN Pro Bold", sans-serif;
  gap: 10px;
  padding: 20px 18px;
  text-align: center;
  border-radius: 16px;
  color: #fff;
}

.button:active {
  background:rgb(155, 248, 175) !important;
  transition: all ease 0.2s;
}
.policy{
	margin-top: 90px;
}
div.asl_r.vertical{
	padding: 1px !important;
}
.bvi-widget, .bvi-shortcode a, .bvi-widget a, .bvi-shortcode{
	background-color: transparent !important;
	color: rgba(0, 0, 0, 0.8) !important;
}
.bvi-widget .bvi-svg-eye, .bvi-shortcode .bvi-svg-eye{
	display: none !important;
}
.bvi-widget, .bvi-shortcode{
	padding: 0 !important;
}
.title-naprav{
	display: none;
}
.button-link {
  background: #2ca147;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  gap: 10px;
  padding: 32px;
  border-radius: 16px;
  font-family: "DIN Pro Medium", sans-serif;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.button-link:active {
  background-color: #000 !important;
  transition: all ease 0.2s;
}

.button-link__arrow,
.button-link__arrow-black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  position: relative;
  border-radius: 9999px;
  color: rgba(255, 255, 255, 0.4);
}
.button-link__arrow svg,
.button-link__arrow-black svg {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.button-link__arrow {
  background: rgba(255, 255, 255, 0.2);
}
.button-link__arrow-black {
  background: rgba(0, 0, 0, 0.2);
}
.button-link-small {
  background: rgba(44, 161, 71, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 16px;
  font-family: "DIN Pro Medium", sans-serif;
  color: #2ca147;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}
.button-link-small .button-link__arrow {
  background: rgba(31, 96, 46, 0.15);
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}
.button-link-small .button-link__arrow svg {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}
.button-black {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-family: "DIN Pro Bold", sans-serif;
  gap: 10px;
  padding: 20px 18px;
  border-radius: 16px;
  color: #fff;
  text-align: left;
}

.button-black-link {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  gap: 10px;
  padding: 32px;
  border-radius: 16px;
  font-family: "DIN Pro Medium", sans-serif;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}


.button-black:active,
.button-black-link:active {
  background-color: #ffffff !important;
  transition: all ease 0.2s;
}
.while-poisk{
	margin-top: 140px;
}
.button-grey {
  font: 14px "DIN Pro Bold", sans-serif;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  gap: 10px;
  padding: 12px 24px;
  text-align: center;
  border-radius: 16px;
  color: #292929;
}

.button-grey:active {
  background-color: #000 !important;
  transition: all ease 0.2s;
}

.title {
  font: 42px/100% "DIN Pro Medium", sans-serif;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: #000;
}
.title.intersect-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.title-margin {
  margin-bottom: 70px;
}
.text-white {
  color: #fff;
}
.text-center {
  text-align: center;
}
.text-underline {
  text-decoration: underline;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-medium {
  font-family: "DIN Pro Medium", sans-serif;
}
.text-bold {
  font-family: "DIN Pro Bold", sans-serif;
}
.input,
.textarea {
  font: 18px "DIN Pro Medium", sans-serif;
  background: #f7f7f9;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  outline: 0;
  border-radius: 24px;
}
.input:focus,
.textarea:focus {
  background: #e9eaef;
}
.input.filled,
.textarea.filled {
  background: #d5ecda;
  color: #2ca147;
}
.textarea {
  padding: 16px;
  resize: none;
  height: 140px;
}
.input {
  width: 100%;
  height: 64px;
  padding: 20px 26px;
}
.mobile {
  display: none;
}
.modal {
  width: 100%;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal__title {
  font: 24px/110% "DIN Pro Bold", sans-serif;
  color: #000;
  margin-bottom: 32px;
}
.modal__submit {
  width: 100%;
  margin: 32px 0 12px;
}
.modal__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.modal__input,
.modal__textarea {
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
}
.modal__input::-webkit-input-placeholder,
.modal__textarea::-webkit-input-placeholder {
  font-size: 16px;
}
.modal__input::-moz-placeholder,
.modal__textarea::-moz-placeholder {
  font-size: 16px;
}
.modal__input:-ms-input-placeholder,
.modal__textarea:-ms-input-placeholder {
  font-size: 16px;
}
.modal__input::-ms-input-placeholder,
.modal__textarea::-ms-input-placeholder {
  font-size: 16px;
}
.modal__input::placeholder,
.modal__textarea::placeholder {
  font-size: 16px;
}
.modal__input {
  height: 58px;
}
.modal__content {
  background: #fff;
  position: relative;
  width: 90%;
  max-width: 430px;
  max-height: 90%;
  overflow: auto;
  padding: 40px 22px;
  z-index: 2;
  border-radius: 16px;
}
.modal__socials {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #232323;
  margin-top: 16px;
}
.modal__socials-title {
  color: #000;
  font-size: 16px;
}
.modal__socials-wrapper {
  margin: 32px 0;
}
.modal__socials .socials__item-link.active {
  background: rgba(0, 0, 0, 0.15);
}
.modal__checkbox {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.directions__items{
	 grid-template-columns: repeat(4, 1fr);
}
/* .intersection-delay {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}
.intersection-delay.intersect-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
} */
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.checkbox a{
	border-bottom: 1px solid;
}
.checkbox.active .checkbox__box svg {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.checkbox__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e3e3e9;
}
.checkbox__box svg {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
input:checked + .checkbox__box {
  background: #e3e3e9;
}
 input:checked + .checkbox__box svg {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.header {
  padding-top: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}
.header.main-page {
  position: absolute;
  padding-top: 40px;
}
.header.main-page .header__content {
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.header.main-page .header__nav-link-first {
  background: rgba(255, 255, 255, 0.35);
}
.header.main-page .header__burger-button span {
  background: #fff;
}
.header__content {
  background: #f7f7f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  padding: 14px;
}
.header__logo {
  width: 207px;
  min-width: 207px;
  max-width: 207px;
  height: 51px;
  min-height: 51px;
  max-height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 40px;
}
.header__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "DIN Pro Medium", sans-serif;
  gap: 20px;
}
.header__nav-link {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
}
.header__nav-link-first {
  background: #000;
  color: #fff;
  padding: 10px 16px;
  border-radius: 12px;
}
.header__call {
  margin-left: auto;
  font-size: 14px !important;
}
.header__burger {
  width: 100%;
  height: 100dvh;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 0 10px;
  opacity: 0;
  pointer-events: none;
}
.header__burger.active {
  opacity: 1;
  pointer-events: all;
}
.header__burger.active .header__burger-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header__burger-bg {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header__burger-content {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 2;
  margin-top: 92px;
  border-radius: 12px;
  padding: 32px 20px 24px;
  height: 435px;
  max-height: calc(100dvh - 92px);
  overflow: auto;
  -webkit-transform: translateY(100dvh);
  -ms-transform: translateY(100dvh);
  transform: translateY(100dvh);
}
.header__burger-items {
  font-family: "DIN Pro Medium", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  color: #000;
}
.header__burger-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
.header__burger-button {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  position: relative;
  margin-left: auto;
}
.header__burger-button.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}
.header__burger-button.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header__burger-button.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1px;
}
.header__burger-button span {
  background: #333;
  width: 18px;
  height: 2px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  border-radius: 20px;
}
.header__burger-button span:nth-child(1) {
  top: 50%;
  margin-top: -8px;
}
.header__burger-button span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.header__burger-button span:nth-child(3) {
  top: 50%;
  margin-top: 6px;
}
.footer {
  padding: 30px 0 70px;
  color: rgba(0, 0, 0, 0.8);
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 256px;
}
.footer__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.footer__info,
.footer__nav {
  font-family: "DIN Pro Medium", sans-serif;
}
.footer__nav {
  margin: 36px 0;
}
.footer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__nav-link {
  background: #f1f1f1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 16px;
}
.footer__nav-link-first {
  background: #000;
  color: #fff;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 60px;
}
.footer__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.contacts {
  padding-top: 70px;
}
.contacts__main {
  position: relative;
  border-radius: 24px;
  background: #000;
  overflow: hidden;
  color: #fff;
}
.contacts__main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 60px 20px 40px;
}
.contacts__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.4;
}
.contacts__items {
  font-family: "DIN Pro Medium", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin: 70px 0 60px;
  gap: 10px;
}
.contacts__item-link {
  font-size: 32px;
}
.contacts__item-link-small {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
}
.contacts__text {
  font: 24px "DIN Pro Medium", sans-serif;
  margin-top: 60px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.directions__items {
  padding: 0 15px;
}
.directions__item {
  background: #f4f4f7;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 280px;
}

.directions__item:active {
  transform: scale(0.95);
  transition: all ease 0.2s;
}

.directions__item-black .directions__item-time {
  background: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.35);
}
.directions__item-fire {
  background: #db9645;
}
.directions__item-high {
  background: #dceeff;
}
.directions__item-eco {
  background: #d3f1ab;
}
.directions__item-road {
  background: #1c1c1c;
}
.directions__item-manufacture {
  background: #fe9e83;
}
.directions__item-electricity {
  background: #f4f4f7;
}
.directions__item-enclosed {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4ba2b), to(#9b830b));
  background: -o-linear-gradient(top, #f4ba2b 0, #9b830b 100%);
  background: linear-gradient(180deg, #f4ba2b 0, #9b830b 100%);
}
.directions__item-professional {
  background: #769fc5;
}
.directions__item-professions {
  margin-top: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#fe883d), to(#f55320));
  background: -o-linear-gradient(left, #fe883d 0, #f55320 100%);
  background: linear-gradient(90deg, #fe883d 0, #f55320 100%);
  
}
.wrapp-rabota-prof{
	margin-bottom: 32px;
	padding: 0 15px;
	box-sizing: border-box;
}
.directions__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.directions__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 100%;
}
.directions__item-time {
  background: rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 47px;
  min-width: 47px;
  max-width: 47px;
  height: 47px;
  min-height: 47px;
  max-height: 47px;
  border-radius: 9999px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: auto;
}
.directions__item-title {
  background: rgba(0, 0, 0, 0.5);
  font-family: "DIN Pro Bold", sans-serif;
  margin-top: auto;
  padding: 16px 24px;
  border-radius: 20px;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.directions__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
}
.promotions__item {
  background: #050825;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 410px;
  color: #fff;
  padding: 23px;
}
.promotions__item-white {
  background: #f7f7f9;
  color: #000;
}
.promotions__item-white .promotions__item-pos {
  background: rgba(0, 0, 0, 0.05);
}
.promotions__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.promotions__item-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.promotions__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.promotions__item-pos {
  font: 14px "DIN Pro Bold", sans-serif;
  background: rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 6px 12px;
  border-radius: 9999px;
}
.promotions__item-title {
  font-family: "DIN Pro Bold", sans-serif;
  margin-bottom: 4px;
}
.promotions__item-text {
  font-size: 14px;
  margin-bottom: 10px;
}
.promotions__item-promocode {
  font: 26px "DIN Pro Bold", sans-serif;
  margin-top: auto;
}
.promotions__call {
  width: 100%;
  margin-top: 64px;
}
.promotions__call span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.promotions__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin: 56px auto 0;
}
.promotions__link {
  padding: 12px 20px;
  font-size: 14px;
  gap: 24px;
}
.promotions__link .button-link__arrow,
.promotions__link .button-link__arrow-black {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.how-start__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.how-start__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.how-start__item {
  background: #f7f7f9;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 316px;
}
.how-start__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.how-start__item-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 24px;
}
.how-start__item-number {
  font: 42px "DIN Pro Medium", sans-serif;
  color: rgba(0, 0, 0, 0.2);
}
.how-start__item-title {
  font: 20px "DIN Pro Medium", sans-serif;
  color: #000;
  margin-top: 116px;
}
.how-start__item-text {
  font: 14px "DIN Pro Medium", sans-serif;
  margin-top: 10px;
}
.how-start__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.how-start__button-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.how-start__button-info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.how-start__button-info-text .h4 {
  font: 24px "DIN Pro Medium", sans-serif !important;
  color: #fff !important;
}
.how-start__button-info-text p {
  color: rgba(255, 255, 255, 0.8);
}
.how-start__button-info svg {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}
.programs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.programs__item {
  background: #f7f7f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 30px;
  border-radius: 16px;
  min-height: 233px;
  max-width: 328px;
  width: 100%;
}
.programs__item-title {
  font: 20px "DIN Pro Bold", sans-serif;
  color: #000;
  margin-bottom: 50px;
  margin-top: 4px;
}
.cat-program-item .programs__item-title a{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cat-program-item .programs__item-title{
  margin: 0;

}
.programs__item .programs__item-title svg{
  position: absolute;
  right: 16px;
  top: 16px;
}
.image-cat-program{
  width: 100%;
  height: 200px;
 
}
.count-program{
  background-color: rgba(44, 161, 71, 1);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: -40px;
  top: 0;
}
.titel-program-page{
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 70px;
  position: relative;
}
.progarm-name{
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  margin-top: 16px;
}
.programs__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.price-program{
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.programs__item-pos {
  font: 16px "DIN Pro Medium", sans-serif;
  background: rgba(202, 202, 202, 0.25);
  padding: 12px 24px;
  border-radius: 9999px;
  color: #000;
}
.programs__item-pos span {
  color: rgba(0, 0, 0, 0.6);
}
.programs__item-pos--green {
  background: rgba(44, 161, 71, 0.2);
  color: #2ca147;
}
.programs__item-ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  margin-top: 50px;
}
.programs__item-button {
  font-size: 14px;
  width: 100%;
}
.wrapp-hour-open-zapis{
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.hour-program{
  border: 1px solid #DEDEDE;
  border-radius: 49px;
  color: #000;
  font-weight: 600;
  padding: 8px 12px;
  box-sizing: border-box;
  font-size: 14px;
}
.open-zapis{
  color: #2CA147;
  font-size: 14px;
  border: 1px solid rgba(44, 161, 71, 0.2);
  border-radius: 49px;
  font-weight: 600;
  padding: 8px 12px;
}
.close-zapis{
  color: red;
  font-size: 14px;
  border: 1px solid rgba(255, 0, 0, 0.2);
  border-radius: 49px;
  font-weight: 600;
  padding: 8px 12px;
}
.form-contant-detail-wrapp{
  background-color: #2CA147;
  border-radius: 16px;
  padding: 64px;
  box-sizing: border-box;
  display: flex;
  gap: 80px;
  position: relative;
}
.bg-image-form-contact-left{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.bg-image-form-contact-right{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.text-form-contact{
  max-width: 720px;
  z-index: 1;
}
.title-form-contact{
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  line-height: normal;
}
.form-contact-detail{
  z-index: 1;
}
.desct-form-contact{
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  margin-top: 24px;
}
.programs__item-detail {
  font: 14px "DIN Pro Medium", sans-serif;
  color: #000;
  width: 100%;
  background-color: rgba(237, 237, 238, 1);
}
.main-initial {
  color: #fff;
  padding-top: 20px;
}
.main-initial__content {
  border-radius: 24px;
  overflow: hidden;
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
}
.main-initial__slider-wrapper {
  height: 100%;
}
.main-initial__item {
  position: relative;
  padding: 200px 60px 160px;
  height: auto;
  width: 100%;
}
.marquee-detail {
  width: 100%; /* Ширина контейнера */
  overflow: hidden; /* Скрываем всё, что выходит за пределы контейнера */
  white-space: nowrap; /* Запрещаем перенос строк */
}

.marquee-content-detail {
  display: inline-block; /* Размещаем изображения в одну строку */
  animation: marquee 35s linear infinite; /* Анимация бегущей строки */
}

.marquee-content-detail img {
  margin-right: 20px; /* Отступ между изображениями */
  vertical-align: middle; /* Выравнивание по вертикали */
}

@keyframes marquee {
  0% {
      transform: translateX(0%); /* Начальная позиция (без смещения) */
  }
  100% {
      transform: translateX(-50%); /* Смещаем на половину ширины контента */
  }
}
.name-document{
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
}
.swiper-permissive-document .swiper-slide{
  text-align: center;
}
.image-permissive-documnet-direction{
  max-width: 182px;
  height: 260px;
  object-fit: cover;
  object-position: center;
  text-align: center;
}
.wrapp-swiper-doc{
  position: relative;
}
.main-initial__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-initial__item-content {
  position: relative;
  z-index: 2;
}
.main-initial__item-title {
  font: 64px/1 "DIN Pro Bold", sans-serif;
  max-width: 900px;

}
.before-main-title{
  color: #fff;
  margin-top: 10px;
}
.main-initial__item-list{
  margin-top: 40px;
}
.main-initial__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 830px;
}
.main-initial__item-list-link {
  background: rgba(255, 255, 255, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  text-align: center;
  padding: 12px 24px;
  border-radius: 9999px;
  font-size: 16px;
  border: 2px solid transparent;
}
.main-initial__item-list-link-all {
  background: 0 0;
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.main-initial__bot {
  position: absolute;
  bottom: 56px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 60px;
  z-index: 2;
  gap: 20px;
}
.main-initial__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.main-initial__navigation-button {
  background: rgba(255, 255, 255, 0.25);
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 9999px;
}
.main-initial__navigation-pagination .swiper-pagination-bullet {
  background: rgba(191, 190, 193, 0.35);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.main-initial__navigation-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 25px;
  border-radius: 8px;
}
.main-initial__contacts {
  background: rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
  padding: 20px 24px;
}
.main-initial__contacts-tel {
  font: 24px "DIN Pro Bold", sans-serif;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.main-initial__form {
  position: relative;
  margin: 20px 0 0;
}
.main-initial__form-search {
  font: 18px "DIN Pro Medium", sans-serif;
  background: #f1f1f1;
  padding: 32px 160px 32px 32px;
  border-radius: 24px;
  width: 100%;
}
.asl_w_container form{
  position: relative;
  margin: 20px 0 0;
}
.asl_w_container form input{
  font: 18px "DIN Pro Medium", sans-serif;
  background: #f1f1f1 !important;
  padding: 32px 160px 32px 32px !important;
  border-radius: 24px;
  width: 100%;
}
/* div.asl_m .proinput input.orig{
  font: 18px "DIN Pro Medium", sans-serif;
  background: #f1f1f1 !important;
  padding: 32px 160px 32px 32px !important;
  border-radius: 24px;
  width: 100%;
  box-sizing: border-box;
} */
div.asl_m .probox .proinput{
  margin: 0;
  padding: 0;
  border-radius: 24px;
  border: 2px solid #000;
}
#ajaxsearchlite1 .probox, div.asl_w .probox{
  height: 87px;
}
#ajaxsearchlite1 .probox .proinput input{
  font: 18px "DIN Pro Medium", sans-serif;
  font-family: "DIN Pro Medium", sans-serif;
  color: #000 !important;
  height: 100%;
  border-radius: 24px;
  padding-left: 32px !important; 
}
div.asl_w .probox .proinput input::-webkit-input-placeholder {
  font-family: "DIN Pro Medium", sans-serif;
  color: rgba(0, 0, 0, 0.5) !important;
}
div.asl_w .probox .proinput input::-moz-placeholder {
  font-family: "DIN Pro Medium", sans-serif;
  color: rgba(0, 0, 0, 0.5) !important;
}
div.asl_w .probox .proinput input:-ms-input-placeholder {
  font-family: "DIN Pro Medium", sans-serif;
  color: rgba(0, 0, 0, 0.5) !important;
}
div.asl_w .probox .proinput input::-ms-input-placeholder {
  font-family: "DIN Pro Medium", sans-serif;
  color: rgba(0, 0, 0, 0.5) !important;
}
div.asl_w .probox .proinput input::placeholder {
  font-family: "DIN Pro Medium", sans-serif;
  color: rgba(0, 0, 0, 0.5) !important;
}
.form-search-custom{
  margin: 20px 0 0;
}
.form-search-custom form{
  border-radius: 22px;
}
.form-search-custom .asl_w_container{
  border-radius: 22px;
}

.form-search-custom div[id*='ajaxsearchlite'].asl_m{
  border-radius: 24px;
}


.form-search-custom div.asl_w .probox .promagnifier{
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-family: "DIN Pro Bold", sans-serif;
  gap: 10px;
  padding: 20px 18px;
  border-radius: 16px;
  color: #fff;
  text-align: left;
  background-image: none !important;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  width: 130px;
  height: 59px;
}


.form-search-custom .asl_m .probox .innericon{
  background-color: transparent !important;
}



@media(max-width: 1200px){
  .form-contant-detail-wrapp{
    flex-direction: column;
  }
  .bg-image-form-contact-left, .bg-image-form-contact-right{
    display: none;
  }
  .text-form-contact{
    max-width: 100%;
  }
 
  .form-search-custom div.asl_w .probox .promagnifier{
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    padding: 0;
  }
  .form-search-custom div.asl_w .probox .promagnifier svg {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
}
#ajaxsearchlite1 .probox, div.asl_w .probox{
  height: 69px;
}
.form-search-custom div[id*='ajaxsearchlite'].asl_m{
  border-radius: 16px;
}
#ajaxsearchlite1 .probox .proinput input{
  font-size: 14px;
}
}









.main-initial__form-search::-webkit-input-placeholder {
  font-family: "DIN Pro Medium", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
.main-initial__form-search::-moz-placeholder {
  font-family: "DIN Pro Medium", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
.main-initial__form-search:-ms-input-placeholder {
  font-family: "DIN Pro Medium", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
.main-initial__form-search::-ms-input-placeholder {
  font-family: "DIN Pro Medium", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
.main-initial__form-search::placeholder {
  font-family: "DIN Pro Medium", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
.main-initial__form-submit {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  width: 130px;
}
.main-form__text {
  margin-top: 16px;
}
.main-form__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  margin-top: 50px;
}
.main-form__form {
  width: 432px;
  min-width: 432px;
  max-width: 432px;
}
.main-form__form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 32px;
}
.main-form__form-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.main-form__form-file-top {
  color: #000;
  font-size: 16px;
}
.main-form__form-file-formats {
  font-size: 14px;
}
.main-form__form-file .wpcf7-form-control-wrap{
  display: none;
}
.main-form__form-submit {
  margin: 50px 0 15px;
  width: 100%;
  font-size: 14px;
}
.main-form__ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 737px;
  min-width: 737px;
  max-width: 737px;
  gap: 12px;
}
.main-form__img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}
.main-list__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.main-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.main-list__item-number {
  font: 87px "DIN Pro Medium", sans-serif;
  color: #000;
}
.main-list__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 120px auto 0;
  max-width: 664px;
}
.main-info__item {
  background: #e2e3e7;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 435px;
}
.main-info__item .directions__item-time {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.35);
}
.main-info__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-info__item-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 16px;
}
.main-info__item-info {
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding: 16px 24px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
}
.main-info__item-title {
  font-family: "DIN Pro Bold", sans-serif;
}
.main-info__item-text {
  font-size: 14px;
}
.main-info__link {
  background: rgba(44, 161, 71, 0.2);
  margin: 32px auto 0;
  width: 250px;
  font-size: 14px;
  text-align: left;
  padding: 8px 16px;
  color: #2ca147;
}
.main-info__link .button-link__arrow {
  background: rgba(31, 96, 46, 0.15);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  color: rgba(31, 96, 46, 0.25) !important;
}
.main-process__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 70px 32px;
}
/* .main-process__items .card-learn:nth-child(3) {
  grid-column: 3/6;
} */
/* .main-process__items .card-learn:nth-child(4) {
  grid-row: 2/3;
  grid-column: 1/3;
} */
.about-initial__title {
  margin-bottom: 24px;
}
.about-initial__text {
  font-family: "DIN Pro Medium", sans-serif;
  margin-bottom: 60px;
}
.about-initial__item {
  background: #f7f7f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  padding: 24px;
}
.about-initial__item-title {
  font: 20px "DIN Pro Medium", sans-serif;
  color: #000;
}
.about-initial__item-text {
  font: 14px "DIN Pro Medium", sans-serif;
}
.about-initial__items {
  margin-top: 64px;
}
.documents-main__warning {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "DIN Pro Medium", sans-serif;
  gap: 14px;
  color: #fff;
  margin-bottom: 16px;
  border-radius: 16px;
  padding: 16px;
}
.documents-main__warning svg {
  width: 28px;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  min-height: 28px;
  max-height: 28px;
}
.documents-main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.documents-main__item {
  background: #f7f7f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  padding: 32px;
  border-radius: 16px;
}
.documents-main__item-img {
  width: 216px;
  min-width: 216px;
  max-width: 216px;
  height: 153px;
  min-height: 153px;
  max-height: 153px;
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.documents-main__item-img-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.documents-main__item-title {
  font-family: "DIN Pro Medium", sans-serif;
  color: #000;
}
.documents-main__item-subtitle {
  margin: 8px 0 16px;
  font-size: 14px;
}
.documents-main__item-list {
  margin: 16px 0;
}
.documents-main__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.documents-main__item-text p {
  font: 16px "DIN Pro Medium", sans-serif;
}
.documents-main__item-text li,
.documents-main__item-text ul {
  list-style: disc;
  font-size: 14px;
}
.documents-main__item-text ul {
  margin-left: 20px;
}
.documents-main__item-link {
  width: 250px;
  margin-top: 24px;
  font-size: 14px;
}
.services-main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.services-main__item {
  background: #f1f1f1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border-radius: 16px;
}
.services-main__item.active {
  background: rgba(177, 224, 188, 0.2);
}
.services-main__item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 32px 32px 24px;
  gap: 14px;
}
.services-main__item-button.active .services-main__item-button-circle {
  background: #cae1cf;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #2ca147;
}
.services-main__item-button-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}
.services-main__item-button-title {
  font: 20px "DIN Pro Bold", sans-serif;
  color: #000;
}
.services-main__item-button-sub {
  font: 16px "DIN Pro Medium", sans-serif;
}
.services-main__item-button-circle {
  background: #000;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: #fff;
  border-radius: 9999px;
}
.services-main__item-content {
  padding: 0 32px 32px;
}
.services-main__item-content-wrapper {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  height: 0;
  max-height: 0;
  overflow: hidden;
}
.services-main__item-request {
  margin-top: 20px;
  border-radius: 9999px;
  font-size: 16px;
  padding: 14px 24px;
  line-height: 1;
}
.services-main__bot {
  margin-top: 64px;
}
.services-main__bot-item {
  font: 20px "DIN Pro Medium", sans-serif;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  border-radius: 16px;
  gap: 16px;
  color: #000;
}
.services-main__bot-item-icon {
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
}
.services-main__bot-item-icon svg {
  width: 100%;
  height: 100%;
}
.services-main__link {
  padding: 24px;
}
.services-main__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.direction-initial {
  padding: 140px 0 70px;
}
.direction-initial__main {
  background: #f7f7f9;
  border-radius: 16px;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}
.direction-initial__main-content {
  position: relative;
  z-index: 2;
}
.direction-initial__main-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 510px;
  height: 470px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
}
.direction-initial__title {
  font: 60px "DIN Pro Bold", sans-serif;
  margin: 32px 0 10px;
  color: #000;
}
.direction-initial__title.custom{
	max-width: 720px;
	line-height: normal;
}
.direction-initial__text {
  font-family: "DIN Pro Medium", sans-serif;
  margin-bottom: 35px;
}
.direction-initial__form form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.direction-initial__form-input {
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  border-radius: 16px;
  max-width: 428px;
}
.direction-initial__form-submit {
  font-size: 14px;
  width: 100%;
}
.direction-initial__call {
  width: 100%;
  font-size: 14px;
}
.direction-initial__bot {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.direction-detail-initial {
  padding: 140px 0 70px;
}
.direction-detail-initial__main {
  background: #f7f7f9;
  border-radius: 16px;
  padding: 32px;
  overflow: hidden;
  margin-top: 24px;
}
.detail-info-price{
  width: 100%;
  background-color: #F4F4F7;
  padding: 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
}
.detail-info-price p{
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
.direction-detail-initial__wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
.direction-detail-initial__img {
  width: 483px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}
.direction-detail-initial__info {
  word-break: break-word;
}
.direction-detail-initial__title {
  font: 48px "DIN Pro Bold", sans-serif;
  color: #000;
  margin-top: 40px;
  margin-bottom: 16px;
}
.price-direction-detail{
  font-size: 30px;
  font-weight: 600;
  margin-top: 48px;
  color: #000;
}
.direction-detail-initial__text {
  font: 14px "DIN Pro Regular", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.direction-detail-initial__text p{
  color: #000;
  font-size: 16px;
}
.direction-detail-initial__gallery {
  margin-top: 32px;
}
.direction-detail-initial__gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 277px;
  border-radius: 16px;
  overflow: hidden;
}
.direction-detail-initial__gallery-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.direction-detail-initial__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.direction-detail-initial__bot-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  text-align: left;
  font-size: 14px;
}
.direction-detail-initial__ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.direction-detail-initial__ui .socials__item-link {
  color: #000;
}
.about-education-main__list {
  margin-bottom: 40px;
}
.about-education-text{
  margin-bottom: 40px;
}
.about-education-main__list .programs-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about-education-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-education-main__item-img {
  width: 100%;
  height: 375px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-education-main__item-title {
  font: 16px "DIN Pro Medium", sans-serif;
  color: #000;
  text-align: center;
  margin-top: 12px;
}
.info-main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.info-main__item {
  background: #f7f7f9;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
}
.info-main__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 24px;
  max-width: 763px;
  min-height: 206px;
}
.info-main__item-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 238px;
  height: 206px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom right;
  object-position: bottom right;
}
.info-main__item-title {
  font: 20px "DIN Pro Bold", sans-serif;
  margin-bottom: 2px;
  color: #000;
}
.info-main__item-text {
  font: 14px "DIN Pro Medium", sans-serif;
  margin-bottom: 16px;
}
.info-main__item-link {
  margin-top: auto;
  width: 192px;
  font-size: 14px;
  margin-top: 20px;
}
.state-main__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.state-main__top-link .button-link__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.state-main__title {
  font: 24px "DIN Pro Bold", sans-serif;
  color: #000;
}
.post-serch{
	font-size: 16px;
    color: #000;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
.post-serch h2{
	font-size: 18px;
    font-weight: 600;
    opacity: 1;
    transition: all .3s linear;
}
.post-serch a:hover{
	opacity: 0.7;
}
.while-poisk h1{
	font-size: 32px;
    font-weight: 700;
    line-height: normal;
}
.wrapp-while-poisk{
	display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.state-main__text {
  font: 16px "DIN Pro Medium", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  color: #000;
}
.state-main__text h2 {
  font: 18px "DIN Pro Bold", sans-serif;
}
.state-main__text ol,
.state-main__text ol li {
  list-style: decimal;
}
.state-main__text ul,
.state-main__text ul li {
  list-style: disc;
}
.state-main__text ol,
.state-main__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-left: 20px;
}
.how-start-main__list,
.how-start-main__wrapper {
  width: 100%;
}
.how-start-main__list .how-start__item:nth-child(4) {
  height: 270px;
}
.how-start-main__list .how-start__item:nth-child(4) .how-start__item-title {
  margin-top: auto;
}
.contacts-main__wrapper {
  width: 100%;
}
.contacts-main__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 48px;
  width: 100%;
}
.contacts-main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.contacts-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.contacts-main__item-title {
  font: 16px "DIN Pro Medium", sans-serif;
  color: rgba(44, 161, 71, 0.5);
}
.contacts-main__item-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.contacts-main__item-link {
  font: 24px "DIN Pro Medium", sans-serif;
  color: #000;
}
.contacts-main__item-link[href] {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.contacts-main__item-link--big {
  font-size: 42px;
}
.contacts-main__socials {
  margin-top: 40px;
  color: #000;
}
.contacts-main__map {
  background: #f7f7f9;
  width: 520px;
  min-width: 520px;
  max-width: 520px;
  border-radius: 16px;
  overflow: hidden;
}
.server-error-main {
  height: 100%;
}
.server-error-main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.server-error-main__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  margin: auto;
  max-width: 736px;
  width: 100%;
}
.server-error-main__text {
  font: 24px "DIN Pro Bold", sans-serif;
  color: #000;
}
.server-error-main__list,
.server-error-main__list li {
  list-style: decimal;
}
.server-error-main__list {
  font-family: "DIN Pro Medium", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-left: 10px;
}
.not-found-main {
  height: 100%;
}
.not-found-main__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.not-found-main__main {
  margin: auto;
  width: 100%;
  max-width: 780px;
}
.not-found-main__img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.not-found-main__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
  margin-left: auto;
  text-align: center;
  max-width: 446px;
}
.not-found-main__title {
  font: 58px/100% "DIN Pro Medium", sans-serif;
  color: #000;
}
.not-found-main__title span {
  font: 124px "DIN Pro Bold", sans-serif;
}
.not-found-main__text {
  font: 28px "DIN Pro Medium", sans-serif;
}
.not-found-main__button {
  position: relative;
  z-index: 2;
}
.not-found-main__bot {
  position: relative;
  margin-top: 128px;
  width: 100%;
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.socials__item-link {
  font: 16px "DIN Pro Medium", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid transparent;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.25);
}
.socials__item-link-black {
  background: rgba(0, 0, 0, 0.05);
}
.card-learn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.card-learn__img {
  width: 100%;
  height: 370px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-learn__title {
  font-family: "DIN Pro Medium", sans-serif;
  margin-top: 16px;
  color: #000;
}
.card-learn__text {
  margin-top: 8px;
  font-size: 14px;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  gap: 3px;
}

.pagination__item {

}
.pagination .page-numbers{
  font: 16px "DIN Pro Medium", sans-serif;
  background: #f7f7f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  height: 33px;
  min-height: 33px;
  max-height: 33px;
  border-radius: 4px;
  color: #5e5e5f;
  overflow: hidden;
  border: 1px solid transparent;
}
.pagination  .next, .pagination  .prev{
  display: none;
}
.pagination  .current {
  background: #000;
  color: #fff;
}
.pagination__item-dots {
  padding: 3px;
}
.programs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 
}
.row-program-list{
  display: flex;
  align-items: center;
  gap: 10px;
}
.programs-list__item {
  font: 14px "DIN Pro Medium", sans-serif;
  border: 1px solid rgba(222, 222, 222, 1);
  padding: 8px 12px;
  border-radius: 49px;
  color: #000;
}
.programs-list__item span {
  color: rgba(0, 0, 0, 0.6);
}
.programs-list__item--green {
  border: 1px solid rgba(44, 161, 71, 0.2);
  border-radius: 49px;
  color: #2ca147;
}
.programs-list__item--red{
  border: 1px solid rgba(255, 0, 0, 0.2);
  border-radius: 49px;
  color: red;
}
.programs-list__item--link {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid rgba(202, 202, 202, 0.25);
}
.item-advant-detail-direction{
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: calc(50% - 16px);
}
.title-advant-direct{
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.desc-advant-direct{
  font-size: 16px;
  margin-top: 13px;
}
.wrapp-advant-detail-direction{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
}
.wrapp-pay-variant{
  display: flex;
  gap: 64px;
  justify-content: center;
}
.item-variant{
  width: 100%;
  max-width: 500px;
  text-align: center;
}
.title-pay-variant{
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-top: 8px;
}
.desc-pay-variant{
  margin-top: 13px;
  font-size: 16px;
}
.swiper-document-wrapp{
  max-width: 610px;
  margin: 0 auto;
  position: relative;
}
.image-documnet-direction{
  width: 100%;
  max-height: 435px;
  object-fit: cover;
  object-position: center;
}
.swiper-nav-prev{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  left: 0;
  z-index: 5;
}
.swiper-nav-next{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  right: 0;
  z-index: 5;
}
.swiper-document-direction .swiper-pagination{
  position: static;
  margin-top: 30px;
}
.swiper-document-direction .swiper-pagination-bullet{
  background-color: rgba(191, 190, 193, 0.35);
  opacity: 1;
  width: 8px;
  height: 8px;
}
.swiper-document-direction .swiper-pagination-bullet-active{
  width: 25px;
  background-color: #2CA147;
  border-radius: 8px;
}
.breadcrumbs {
  word-break: break-word;
}
.breadcrumbs__item {
  color: #000;
  font-size: 14px;
}
.breadcrumbs__item:not(:first-child) {
  position: relative;
  padding-left: 10px;
  margin-left: 6px;
}
.breadcrumbs__item:not(:first-child)::before {
  background: #000;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  border-radius: 9999px;
}
.breadcrumbs__item:last-child {
  color: rgba(0, 0, 0, 0.4);
}
.breadcrumbs__item:last-child::before {
  background: rgba(0, 0, 0, 0.4);
}
.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  padding: 150px 0;
}
.about-aside {
  position: relative;
}
.about-aside__button {
  font: 14px "DIN Pro Medium", sans-serif;
  background: #f7f7f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  border-radius: 10px;
  width: 100%;
  color: #2ca147;
}
.about-aside__button.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-aside__button svg {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.about-aside__nav {
  background: #f7f7f9;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border-radius: 16px;
  padding: 16px 12px;
}
.about-aside__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.about-aside__item-link {
  font: 14px "DIN Pro Medium", sans-serif;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid transparent;
}
.about-aside__item-link--active {
  background: rgba(44, 161, 71, 0.2);
  color: #2ca147;
  border: 1px solid transparent !important;
}
@media (min-width: 1200px) {
  .header__burger,
  .header__burger-button {
      display: none;
  }
/*   .about-initial__items .card-learn:nth-child(2) {
      grid-column: 2/4;
  } */
  .direction-initial__wrapper {
      max-width: 612px;
  }
  .direction-initial__form-submit {
      width: 172px;
      min-width: 172px;
      max-width: 172px;
  }
  .how-start-main__list .how-start__buttons {
      grid-column: 2/4;
      gap: 24px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .about-aside {
      width: 302px;
      min-width: 302px;
      max-width: 302px;
  }
  .about-aside__button {
      display: none;
  }
}
@media (max-width: 1600px) {
  .programs__item{
    max-width: calc((100% - 16px * 3) / 4);
  }
  .container {
      width: 1300px;
      padding: 0 10px;
  }
  .grid {
      gap: 24px;
  }
  .header__logo {
      margin-right: 12px;
  }
  .header__nav-items {
      font-size: 16px;
      gap: 18px;
  }
  .footer__more,
  .how-start__items {
      gap: 24px;
  }
  .main-initial__content {
      max-width: 1360px;
  }
  .main-initial__item-title {
      font-size: 60px;
  }
  .main-initial__item-list-link {
      font-size: 14px;
  }
  .main-list__list {
      gap: 24px;
  }
  .main-list__item-number {
      font-size: 80px;
  }
  .main-process__items {
      gap: 60px 24px;
  }
  .about-wrapper {
      gap: 24px;
  }
}
@media (max-width: 1439px) {
  .container {
      width: 1192px;
  }
  .header__nav-items {
      gap: 8px;
      font-size: 14px;
  }
  .header__nav-link-first {
      padding: 8px 12px;
  }
  .header__call {
      padding: 12px !important;
      font-size: 12px !important;
  }
  .how-start__items {
      grid-template-columns: repeat(2, 1fr);
  }
  .main-form__main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 32px;
  }
  .main-form__form,
  .main-form__ui {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
  }
  .main-list__list {
      grid-template-columns: repeat(2, 1fr);
  }
  .direction-detail-initial__bot {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
  }
  .contacts-main__main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .contacts-main__map {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      height: 273px;
  }
}
@media (max-width: 1200px) {
  .item-advant-detail-direction{
    max-width: 100%;
  }
  .programs__item{
    max-width: calc(50% - 8px);
  }
  body,
  html {
      font-size: 16px;
  }
  .container {
      width: 100%;
  }
  .section-padding {
      padding: 50px 0;
  }
  .button-black-link,
  .button-link {
      padding: 16px;
  }
  .title {
      font-size: 24px;
  }
  .desktop {
      display: none;
  }
  .mobile {
      display: block;
  }
  .grid {
      gap: 20px;
      grid-template-columns: 1fr;
  }
  .header {
      padding-top: 10px;
  }
  .header.main-page {
      padding-top: 30px;
  }
  .header__content {
      padding: 12px;
  }
  .header__call,
  .header__nav {
      display: none;
  }
  .footer__nav {
      margin: 40px 0;
  }
  .footer__more {
      gap: 8px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .contacts {
      padding-top: 50px;
  }
  .contacts__socials {
      display: none;
  }
  .contacts__text {
      font-size: 18px;
      margin-top: 150px;
  }
  .directions__item {
      padding: 16px;
      height: auto;
      aspect-ratio: 1/1;
  }
  .directions__more {
      margin-top: 30px;
  }
  .promotions__item {
      height: 345px;
      padding: 20px;
  }
  .promotions__item-pos,
  .promotions__item-text {
      font-size: 12px;
  }
  .promotions__item-promocode {
      font-size: 20px;
  }
  .promotions__call {
      margin-top: 32px;
  }
  .promotions__links {
      margin-top: 15px;
  }
  .promotions__link {
      padding: 8px 16px;
      gap: 12px;
      width: 100%;
  }
  .promotions__link:nth-child(1) {
      width: 150px;
      min-width: 150px;
      max-width: 150px;
  }
  .how-start__items {
      gap: 16px;
      grid-template-columns: 1fr;
  }
  .how-start__item {
      height: 260px;
  }
  .how-start__item-title {
      margin-top: auto;
      font-size: 18px;
  }
  .how-start__button-info-text .h4 {
      font-size: 18px;
  }
  .how-start__button-info svg {
      width: 28px;
      min-width: 28px;
      max-width: 28px;
      height: 28px;
      min-height: 28px;
      max-height: 28px;
  }
  .programs__item {
      padding: 16px;
  }
  .programs__item-title {
      font-size: 18px;
  }
  .programs__item-bot {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .programs__item-list {
      width: 100%;
  }
  .programs__item-pos {
      border-radius: 24px;
  }
  .programs__item-ui {
      gap: 24px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%;
  }
  .programs__item-button {
      width: 100%;
  }
  .main-initial__item {
      padding: 230px 10px 205px;
  }
  .main-initial__item-title {
      font-size: 24px;
  }
  .main-initial__item-list-link {
      font-size: 12px;
  }
  .main-initial__bot {
      bottom: 0;
      padding: 0;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .main-initial__navigation {
      margin: 0 10px;
  }
  .main-initial__contacts {
      padding: 20px 12px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 20px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      width: 100%;
  }
  .main-initial__socials {
      gap: 3px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .main-initial__form {
      margin: 10px 0 0;
  }
  .main-initial__form-search {
      padding: 26px 16px;
      font-size: 14px;
      border-radius: 16px;
  }
  .main-initial__form-submit {
      width: 40px;
      height: 40px;
      border-radius: 9999px;
  }
  .main-initial__form-submit svg {
      position: absolute;
      top: 50%;
      left: 55%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  }
  .main-form__form-inputs {
      margin-bottom: 12px;
      gap: 12px;
  }
  .main-form__form-submit {
      margin-top: 12px;
  }
  .main-list__list {
      gap: 30px;
      grid-template-columns: 1fr;
  }
  .main-list__item {
      gap: 10px;
  }
  .main-list__item-number {
      font-size: 60px;
  }
  .main-list__buttons {
      margin-top: 40px;
  }
  .main-info__item {
      height: 353px;
  }
  .main-info__item-content {
      padding: 10px;
  }
  .main-info__item-text {
      font-size: 12px;
  }
  .main-info__link {
      width: 100%;
      padding: 12px 10px 12px 16px;
      border-radius: 10px;
  }
  .main-process__items {
      gap: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: auto;
  }
  .main-process__items .card-learn {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
  }
  .main-process__items .card-learn--big {
      width: 630px;
      min-width: 630px;
      max-width: 630px;
  }
  .about-initial__items {
      margin-top: 100px;
  }
  .about-initial__items .card-learn--big .card-learn__img {
      height: 210px;
  }
  .documents-main__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 30px;
      padding: 24px;
  }
  .documents-main__item-text p {
      font-size: 14px;
  }
  .services-main__item-button {
      padding: 16px;
  }
  .services-main__item-button-title {
      font-size: 18px;
  }
  .services-main__item-button-circle {
      width: 30px;
      min-width: 30px;
      max-width: 30px;
      height: 30px;
      min-height: 30px;
      max-height: 30px;
  }
  .services-main__item-content {
      padding: 4px 16px 16px;
  }
  .services-main__item-request {
      margin-top: 35px;
  }
  .services-main__bot {
      margin-top: 32px;
  }
  .services-main__bot-item {
      font-size: 18px;
  }
  .services-main__bot-item-icon {
      width: 28px;
      min-width: 28px;
      max-width: 28px;
      height: 28px;
      min-height: 28px;
      max-height: 28px;
  }
  .direction-initial {
      padding: 90px 0 50px;
  }
  .direction-initial__main {
      padding: 20px;
  }
  .direction-initial__main-bg {
      width: 239px;
      height: 269px;
      bottom: 90px;
  }
  .direction-initial__title {
      font-size: 34px;
      margin-bottom: 40px;
  }
  .direction-initial__text {
      font-size: 14px;
      margin-bottom: 25px;
  }
  .direction-initial__form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 10px;
  }
  .direction-initial__bot {
      margin-top: 155px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 12px;
  }
  .direction-detail-initial {
      padding: 90px 0 50px;
  }
  .direction-detail-initial__main {
      padding: 20px;
  }
  .direction-detail-initial__wrapper {
      margin-top: 30px;
  }
  .direction-detail-initial__img {
      display: none;
  }
  .direction-detail-initial__list .programs-list__item {
      font-size: 14px;
  }
  .direction-detail-initial__title {
      font-size: 18px;
      margin-bottom: 40px;
  }
  .direction-detail-initial__gallery-item {
      height: 295px;
  }
  .direction-detail-initial__ui {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
  }
  .direction-detail-initial__ui-contact {
      width: 100%;
  }
  .direction-detail-initial__ui .socials__item-link {
      width: calc(33% - 4px);
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .about-education-main__list {
      margin-bottom: 22px;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      white-space: nowrap;
      overflow: auto;
      width: 100%;
  }
  .about-education-main__list-wrapper {
      max-width: calc(100vw - 20px);
      overflow: hidden;
  }
  .about-education-main__item-img {
      height: 440px;
  }
  .info-main__item-bg {
      width: 145px;
      height: 125px;
  }
  .state-main__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      margin-bottom: 16px;
  }
  .state-main__title {
      font-size: 18px;
  }
  .state-main__text h2 {
      font-size: 16px;
  }
  .contacts-main__items {
      gap: 24px;
  }
  .contacts-main__item-link--big {
      font-size: 24px;
  }
  .contacts-main__item-link {
      font-size: 18px;
  }
  .contacts-main__socials {
      margin-top: 32px;
  }
  .contacts-main__socials .socials__item {
      width: 100%;
  }
  .server-error-main__text {
      font-size: 20px;
  }
  .not-found-main__img {
      display: none;
  }
  .not-found-main__info {
      gap: 44px;
      margin: 0 auto;
  }
  .not-found-main__title {
      font-size: 42px;
  }
  .not-found-main__title span {
      font-size: 100px;
  }
  .not-found-main__text {
      font-size: 20px;
  }
  .programs-list__item {
      border-radius: 24px;
  }
  .about-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 90px 0 50px;
  }
  .about-aside {
      width: 100%;
  }
  .about-aside__nav {
      position: absolute;
      top: 50px;
      left: 0;
      width: 100%;
      z-index: 15;
      pointer-events: none;
      opacity: 0;
  }
  .about-aside__nav.active {
      opacity: 1;
      pointer-events: all;
  }
  .about-aside__item-link--active {
      display: none;
  }
}
@media (max-width: 767px) {
  .wrapp-advant-detail-direction{
    gap: 32px;
  }
  .form-contant-detail-wrapp{
    padding: 32px 16px;
  }
  .title-form-contact{
    font-size: 24px;
  }
  .desct-form-contact{
    font-size: 16px;
  }
  .item-variant{
    max-width: 100%;
  }
  .wrapp-pay-variant{
    flex-direction: column;
  }
  .row-program-list{
    flex-direction: column;
    align-items: flex-start;
  }
  .title-advant-direct{
    font-size: 16px;
  }
  .desc-advant-direct{
    font-size: 14px;
  }
  .image-advant-direct{
    max-width: 64px;
  }
  .programs__item{
    max-width: 100%;
  }
	.button-main-mobil{
    	display: flex;
    }
	.direction-detail-initial__ui .socials__item-link{
		width: calc(50% - 4px);
	}
	.wrapp-button-on-top{
		bottom: 100px;
	}
  .title-margin {
      margin-bottom: 40px;
  }
  .modal__close {
      top: 10px;
      right: 10px;
  }
  .modal__content {
      padding: 30px 16px;
  }
  .main-form__img {
      height: 237px;
  }
  .socials__item-link {
      font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button-link:hover,
  .button:hover {
      background-color: #228138;
      color: rgba(255, 255, 255, 0.8);
  }
  .button-black-link:hover,
  .button-black:hover {
      background-color: #343434;
      color: rgba(255, 255, 255, 0.8);
  }
  .button-grey:hover {
      background-color: #dddde1;
  }
  .modal__socials .socials__item-link:hover {
      border-color: #000;
  }
  .header__nav-link:hover {
      opacity: 0.6;
  }
  .footer__nav-link:hover {
      opacity: 0.8;
  }
  .contacts__item-link:hover,
  .footer__more-link:hover {
      text-decoration: underline;
  }
  .directions__item:hover {
      opacity: 0.8;
  }
  .main-initial__item-list-link:hover {
      border-color: #fff;
  }
  .main-initial__contacts-tel:hover {
      opacity: 0.8;
  }
  .contacts-main__item-link[href]:hover {
      opacity: 0.6;
  }
  .socials__item-link:hover {
      border-color: #fff;
  }
  .pagination__item:hover {
      border-color: #000;
  }
  .breadcrumbs__item[href]:hover {
      text-decoration: underline;
  }
  .about-aside__item-link:hover {
      border: 1px solid #2ca147;
  }
}